lcBlockAddPoint Home

Adds a new Point object with current point style into a block.

 HANDLE lcBlockAddPoint (
   HANDLE hBlock,
   double X,
   double Y
 );

Parameters
hBlock
  Handle to a block.
X Y
  Coordinates of the point.

Return Value

  Handle to created Point object or NULL if the function fails.

See Also

  lcBlockAddPoint2,   lcBlockAddPoint3d